Html Css Color HEX #BBCFE1 Spindle

📋 copy color: '#BBCFE1'

red 187 ◦ green 207 ◦ blue 225

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

Shades of Spindle #BBCFE1

Tints of Spindle #BBCFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.35%

R = 30.21%
G = 33.44%
B = 36.35%

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

#BBCFE1 (or 0xBBCFE1) is known color: Spindle. HEX triplet: BB, CF and E1. RGB value is (187,207,225). Sum of RGB (Red+Green+Blue) = 187+207+225=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBCFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFE1 is #44301E. Grayscale: #CACACA. Windows color (decimal): -4468767 or 14798779. OLE color: 14798779.

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

Color convert

RGB 187 207 225 -
CMYK 0.17 0.08 0 0.12
HSL 208.42º 0.39% 0.81% -
HSV(B) 208.42º 0.17% 0.88% -
XYZ 56.4 60.63 79.96 -
YUV 203.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 187 207 225 0.17 0.08 0 0.12 208.42 0.39 0.81
Hex BB CF E1 11 8 0 C D0 27 51
Octal 273 317 341 21 10 0 14 320 47 121
Binary 10111011 11001111 11100001 10001 1000 0 1100 11010000 100111 1010001

Color Harmonies of #BBCFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFE1

Black with #BBCFE1

Text Example


Text Example

White with #BBCFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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