Html Css Color HEX #BDCBDA Spindle

📋 copy color: '#BDCBDA'

red 189 ◦ green 203 ◦ blue 218

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

Shades of Spindle #BDCBDA

Tints of Spindle #BDCBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.74%

R = 30.98%
G = 33.28%
B = 35.74%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDCBDA (or 0xBDCBDA) is known color: Spindle. HEX triplet: BD, CB and DA. RGB value is (189,203,218). Sum of RGB (Red+Green+Blue) = 189+203+218=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDCBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBDA is #423425. Grayscale: #C8C8C8. Windows color (decimal): -4338726 or 14339005. OLE color: 14339005.

HSL color Cylindrical-coordinate representation of color #BDCBDA: hue angle of 211.03º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDCBDA is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 203 218 -
CMYK 0.13 0.07 0 0.15
HSL 211.03º 0.28% 0.8% -
HSV(B) 211.03º 0.13% 0.85% -
XYZ 55 58.59 74.74 -
YUV 200.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 189 203 218 0.13 0.07 0 0.15 211.03 0.28 0.8
Hex BD CB DA D 7 0 F D3 1C 50
Octal 275 313 332 15 7 0 17 323 34 120
Binary 10111101 11001011 11011010 1101 111 0 1111 11010011 11100 1010000

Color Harmonies of #BDCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBDA

Black with #BDCBDA

Text Example


Text Example

White with #BDCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBDA; }

 p { color: rgb(189,203,218); }

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

background-color css

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

 a { background-color: rgb(189,203,218); }

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

border-color css

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

 span { border-color: rgb(189,203,218); }

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