Html Css Color HEX #BBD0DF Spindle

📋 copy color: '#BBD0DF'

red 187 ◦ green 208 ◦ blue 223

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

Shades of Spindle #BBD0DF

Tints of Spindle #BBD0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.66%

 BLUE value IS 223 (87.5% from 255) = 36.08%

R = 30.26%
G = 33.66%
B = 36.08%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBD0DF (or 0xBBD0DF) is known color: Spindle. HEX triplet: BB, D0 and DF. RGB value is (187,208,223). Sum of RGB (Red+Green+Blue) = 187+208+223=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0DF is #442F20. Grayscale: #CBCBCB. Windows color (decimal): -4468513 or 14667963. OLE color: 14667963.

HSL color Cylindrical-coordinate representation of color #BBD0DF: hue angle of 205º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBD0DF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 208 223 -
CMYK 0.16 0.07 0 0.13
HSL 205º 0.36% 0.8% -
HSV(B) 205º 0.16% 0.87% -
XYZ 56.37 61 78.62 -
YUV 203.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 187 208 223 0.16 0.07 0 0.13 205 0.36 0.8
Hex BB D0 DF 10 7 0 D CD 24 50
Octal 273 320 337 20 7 0 15 315 44 120
Binary 10111011 11010000 11011111 10000 111 0 1101 11001101 100100 1010000

Color Harmonies of #BBD0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0DF

Black with #BBD0DF

Text Example


Text Example

White with #BBD0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0DF; }

 p { color: rgb(187,208,223); }

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

background-color css

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

 a { background-color: rgb(187,208,223); }

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

border-color css

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

 span { border-color: rgb(187,208,223); }

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