Html Css Color HEX #BBCDDF Spindle

📋 copy color: '#BBCDDF'

red 187 ◦ green 205 ◦ blue 223

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

Shades of Spindle #BBCDDF

Tints of Spindle #BBCDDF

RGB

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

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

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

R = 30.41%
G = 33.33%
B = 36.26%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBCDDF (or 0xBBCDDF) is known color: Spindle. HEX triplet: BB, CD and DF. RGB value is (187,205,223). Sum of RGB (Red+Green+Blue) = 187+205+223=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBCDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDDF is #443220. Grayscale: #C9C9C9. Windows color (decimal): -4469281 or 14667195. OLE color: 14667195.

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

Color convert

RGB 187 205 223 -
CMYK 0.16 0.08 0 0.13
HSL 210º 0.36% 0.8% -
HSV(B) 210º 0.16% 0.87% -
XYZ 55.64 59.56 78.37 -
YUV 201.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 187 205 223 0.16 0.08 0 0.13 210 0.36 0.8
Hex BB CD DF 10 8 0 D D2 24 50
Octal 273 315 337 20 10 0 15 322 44 120
Binary 10111011 11001101 11011111 10000 1000 0 1101 11010010 100100 1010000

Color Harmonies of #BBCDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDDF

Black with #BBCDDF

Text Example


Text Example

White with #BBCDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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