Html Css Color HEX #BDCCDE Spindle

📋 copy color: '#BDCCDE'

red 189 ◦ green 204 ◦ blue 222

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

Shades of Spindle #BDCCDE

Tints of Spindle #BDCCDE

RGB

 RED value IS 189 (74.22% from 255) = 30.73%

 GREEN value IS 204 (80.08% from 255) = 33.17%

 BLUE value IS 222 (87.11% from 255) = 36.1%

R = 30.73%
G = 33.17%
B = 36.1%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDCCDE (or 0xBDCCDE) is known color: Spindle. HEX triplet: BD, CC and DE. RGB value is (189,204,222). Sum of RGB (Red+Green+Blue) = 189+204+222=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDCCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCDE is #423321. Grayscale: #C9C9C9. Windows color (decimal): -4338466 or 14601405. OLE color: 14601405.

HSL color Cylindrical-coordinate representation of color #BDCCDE: hue angle of 212.73º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDCCDE is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 204 222 -
CMYK 0.15 0.08 0 0.13
HSL 212.73º 0.33% 0.81% -
HSV(B) 212.73º 0.15% 0.87% -
XYZ 55.76 59.28 77.61 -
YUV 201.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 189 204 222 0.15 0.08 0 0.13 212.73 0.33 0.81
Hex BD CC DE F 8 0 D D5 21 51
Octal 275 314 336 17 10 0 15 325 41 121
Binary 10111101 11001100 11011110 1111 1000 0 1101 11010101 100001 1010001

Color Harmonies of #BDCCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCDE

Black with #BDCCDE

Text Example


Text Example

White with #BDCCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCDE; }

 p { color: rgb(189,204,222); }

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

background-color css

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

 a { background-color: rgb(189,204,222); }

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

border-color css

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

 span { border-color: rgb(189,204,222); }

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