Html Css Color HEX #BBCFE0 Spindle

📋 copy color: '#BBCFE0'

red 187 ◦ green 207 ◦ blue 224

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

Shades of Spindle #BBCFE0

Tints of Spindle #BBCFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.25%

R = 30.26%
G = 33.5%
B = 36.25%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBCFE0 (or 0xBBCFE0) is known color: Spindle. HEX triplet: BB, CF and E0. RGB value is (187,207,224). Sum of RGB (Red+Green+Blue) = 187+207+224=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBCFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFE0 is #44301F. Grayscale: #CACACA. Windows color (decimal): -4468768 or 14733243. OLE color: 14733243.

HSL color Cylindrical-coordinate representation of color #BBCFE0: hue angle of 207.57º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBCFE0 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 207 224 -
CMYK 0.17 0.08 0 0.12
HSL 207.57º 0.37% 0.81% -
HSV(B) 207.57º 0.17% 0.88% -
XYZ 56.26 60.57 79.25 -
YUV 202.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 187 207 224 0.17 0.08 0 0.12 207.57 0.37 0.81
Hex BB CF E0 11 8 0 C D0 25 51
Octal 273 317 340 21 10 0 14 320 45 121
Binary 10111011 11001111 11100000 10001 1000 0 1100 11010000 100101 1010001

Color Harmonies of #BBCFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFE0

Black with #BBCFE0

Text Example


Text Example

White with #BBCFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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