Html Css Color HEX #BBCDE0 Spindle

📋 copy color: '#BBCDE0'

red 187 ◦ green 205 ◦ blue 224

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

Shades of Spindle #BBCDE0

Tints of Spindle #BBCDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.28%

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

R = 30.36%
G = 33.28%
B = 36.36%

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

#BBCDE0 (or 0xBBCDE0) is known color: Spindle. HEX triplet: BB, CD and E0. RGB value is (187,205,224). Sum of RGB (Red+Green+Blue) = 187+205+224=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBCDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDE0 is #44321F. Grayscale: #C9C9C9. Windows color (decimal): -4469280 or 14732731. OLE color: 14732731.

HSL color Cylindrical-coordinate representation of color #BBCDE0: hue angle of 210.81º 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 #BBCDE0 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 205 224 -
CMYK 0.17 0.08 0 0.12
HSL 210.81º 0.37% 0.81% -
HSV(B) 210.81º 0.17% 0.88% -
XYZ 55.78 59.61 79.09 -
YUV 201.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 187 205 224 0.17 0.08 0 0.12 210.81 0.37 0.81
Hex BB CD E0 11 8 0 C D3 25 51
Octal 273 315 340 21 10 0 14 323 45 121
Binary 10111011 11001101 11100000 10001 1000 0 1100 11010011 100101 1010001

Color Harmonies of #BBCDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDE0

Black with #BBCDE0

Text Example


Text Example

White with #BBCDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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