Html Css Color HEX #BBCFDF Spindle

📋 copy color: '#BBCFDF'

red 187 ◦ green 207 ◦ blue 223

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

Shades of Spindle #BBCFDF

Tints of Spindle #BBCFDF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.55%

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

R = 30.31%
G = 33.55%
B = 36.14%

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

#BBCFDF (or 0xBBCFDF) is known color: Spindle. HEX triplet: BB, CF and DF. RGB value is (187,207,223). Sum of RGB (Red+Green+Blue) = 187+207+223=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBCFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFDF is #443020. Grayscale: #CACACA. Windows color (decimal): -4468769 or 14667707. OLE color: 14667707.

HSL color Cylindrical-coordinate representation of color #BBCFDF: hue angle of 206.67º 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 #BBCFDF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 207 223 -
CMYK 0.16 0.07 0 0.13
HSL 206.67º 0.36% 0.8% -
HSV(B) 206.67º 0.16% 0.87% -
XYZ 56.13 60.52 78.54 -
YUV 202.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 187 207 223 0.16 0.07 0 0.13 206.67 0.36 0.8
Hex BB CF DF 10 7 0 D CF 24 50
Octal 273 317 337 20 7 0 15 317 44 120
Binary 10111011 11001111 11011111 10000 111 0 1101 11001111 100100 1010000

Color Harmonies of #BBCFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFDF

Black with #BBCFDF

Text Example


Text Example

White with #BBCFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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