Html Css Color HEX #B7CBDC Spindle

📋 copy color: '#B7CBDC'

red 183 ◦ green 203 ◦ blue 220

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

Shades of Spindle #B7CBDC

Tints of Spindle #B7CBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 30.2%
G = 33.5%
B = 36.3%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7CBDC (or 0xB7CBDC) is known color: Spindle. HEX triplet: B7, CB and DC. RGB value is (183,203,220). Sum of RGB (Red+Green+Blue) = 183+203+220=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBDC is #483423. Grayscale: #C6C6C6. Windows color (decimal): -4731940 or 14470071. OLE color: 14470071.

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

Color convert

RGB 183 203 220 -
CMYK 0.17 0.08 0 0.14
HSL 207.57º 0.35% 0.79% -
HSV(B) 207.57º 0.17% 0.86% -
XYZ 53.8 57.95 76.06 -
YUV 198.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 183 203 220 0.17 0.08 0 0.14 207.57 0.35 0.79
Hex B7 CB DC 11 8 0 E D0 23 4F
Octal 267 313 334 21 10 0 16 320 43 117
Binary 10110111 11001011 11011100 10001 1000 0 1110 11010000 100011 1001111

Color Harmonies of #B7CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CBDC

Black with #B7CBDC

Text Example


Text Example

White with #B7CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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