Html Css Color HEX #BBCCDA Spindle

📋 copy color: '#BBCCDA'

red 187 ◦ green 204 ◦ blue 218

#BBCCDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #BBCCDA

Tints of Spindle #BBCCDA

RGB

 RED value IS 187 (73.44% from 255) = 30.71%

 GREEN value IS 204 (80.08% from 255) = 33.5%

 BLUE value IS 218 (85.55% from 255) = 35.8%

R = 30.71%
G = 33.5%
B = 35.8%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBCCDA (or 0xBBCCDA) is known color: Spindle. HEX triplet: BB, CC and DA. RGB value is (187,204,218). Sum of RGB (Red+Green+Blue) = 187+204+218=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBCCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCDA is #443325. Grayscale: #C8C8C8. Windows color (decimal): -4469542 or 14339259. OLE color: 14339259.

HSL color Cylindrical-coordinate representation of color #BBCCDA: hue angle of 207.1º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBCCDA is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 204 218 -
CMYK 0.14 0.06 0 0.15
HSL 207.1º 0.3% 0.79% -
HSV(B) 207.1º 0.14% 0.85% -
XYZ 54.74 58.81 74.8 -
YUV 200.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 187 204 218 0.14 0.06 0 0.15 207.1 0.3 0.79
Hex BB CC DA E 6 0 F CF 1E 4F
Octal 273 314 332 16 6 0 17 317 36 117
Binary 10111011 11001100 11011010 1110 110 0 1111 11001111 11110 1001111

Color Harmonies of #BBCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCDA

Black with #BBCCDA

Text Example


Text Example

White with #BBCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCDA; }

 p { color: rgb(187,204,218); }

 H1.HeaderClassName
 {
   color: #BBCCDA;
 }
 .AnyTagClassName
 {
   color: #BBCCDA;
 }
</style>

background-color css

<style>
 a { background-color: #BBCCDA; }

 a { background-color: rgb(187,204,218); }

 div.DivClassName
 {
   background-color: #BBCCDA;
 }
 .BgClassName
 {
   background-color: #BBCCDA;
 }
</style>

border-color css

<style>
 span { border-color: #BBCCDA; }

 span { border-color: rgb(187,204,218); }

 td.TdClassName
 {
   border-color: #BBCCDA;
 }
 .TagClassName
 {
   border-color: #BBCCDA;
 }
</style>