Html Css Color HEX #B7CBDD Spindle

📋 copy color: '#B7CBDD'

red 183 ◦ green 203 ◦ blue 221

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

Shades of Spindle #B7CBDD

Tints of Spindle #B7CBDD

RGB

 RED value IS 183 (71.88% from 255) = 30.15%

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

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 30.15%
G = 33.44%
B = 36.41%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B7CBDD (or 0xB7CBDD) is known color: Spindle. HEX triplet: B7, CB and DD. RGB value is (183,203,221). Sum of RGB (Red+Green+Blue) = 183+203+221=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBDD is #483422. Grayscale: #C6C6C6. Windows color (decimal): -4731939 or 14535607. OLE color: 14535607.

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

Color convert

RGB 183 203 221 -
CMYK 0.17 0.08 0 0.13
HSL 208.42º 0.36% 0.79% -
HSV(B) 208.42º 0.17% 0.87% -
XYZ 53.94 58 76.76 -
YUV 199.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 183 203 221 0.17 0.08 0 0.13 208.42 0.36 0.79
Hex B7 CB DD 11 8 0 D D0 24 4F
Octal 267 313 335 21 10 0 15 320 44 117
Binary 10110111 11001011 11011101 10001 1000 0 1101 11010000 100100 1001111

Color Harmonies of #B7CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CBDD

Black with #B7CBDD

Text Example


Text Example

White with #B7CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CBDD; }

 p { color: rgb(183,203,221); }

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

background-color css

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

 a { background-color: rgb(183,203,221); }

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

border-color css

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

 span { border-color: rgb(183,203,221); }

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