Html Css Color HEX #BBCBDF Spindle

📋 copy color: '#BBCBDF'

red 187 ◦ green 203 ◦ blue 223

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

Shades of Spindle #BBCBDF

Tints of Spindle #BBCBDF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.12%

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

R = 30.51%
G = 33.12%
B = 36.38%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBCBDF (or 0xBBCBDF) is known color: Spindle. HEX triplet: BB, CB and DF. RGB value is (187,203,223). Sum of RGB (Red+Green+Blue) = 187+203+223=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBCBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBDF is #443420. Grayscale: #C8C8C8. Windows color (decimal): -4469793 or 14666683. OLE color: 14666683.

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

Color convert

RGB 187 203 223 -
CMYK 0.16 0.09 0 0.13
HSL 213.33º 0.36% 0.8% -
HSV(B) 213.33º 0.16% 0.87% -
XYZ 55.17 58.6 78.22 -
YUV 200.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 187 203 223 0.16 0.09 0 0.13 213.33 0.36 0.8
Hex BB CB DF 10 9 0 D D5 24 50
Octal 273 313 337 20 11 0 15 325 44 120
Binary 10111011 11001011 11011111 10000 1001 0 1101 11010101 100100 1010000

Color Harmonies of #BBCBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBDF

Black with #BBCBDF

Text Example


Text Example

White with #BBCBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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