Html Css Color HEX #B7CDDC Spindle

📋 copy color: '#B7CDDC'

red 183 ◦ green 205 ◦ blue 220

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

Shades of Spindle #B7CDDC

Tints of Spindle #B7CDDC

RGB

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

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

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

R = 30.1%
G = 33.72%
B = 36.18%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7CDDC (or 0xB7CDDC) is known color: Spindle. HEX triplet: B7, CD and DC. RGB value is (183,205,220). Sum of RGB (Red+Green+Blue) = 183+205+220=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDDC is #483223. Grayscale: #C8C8C8. Windows color (decimal): -4731428 or 14470583. OLE color: 14470583.

HSL color Cylindrical-coordinate representation of color #B7CDDC: hue angle of 204.32º 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 #B7CDDC is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 205 220 -
CMYK 0.17 0.07 0 0.14
HSL 204.32º 0.35% 0.79% -
HSV(B) 204.32º 0.17% 0.86% -
XYZ 54.28 58.9 76.22 -
YUV 200.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 183 205 220 0.17 0.07 0 0.14 204.32 0.35 0.79
Hex B7 CD DC 11 7 0 E CC 23 4F
Octal 267 315 334 21 7 0 16 314 43 117
Binary 10110111 11001101 11011100 10001 111 0 1110 11001100 100011 1001111

Color Harmonies of #B7CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CDDC

Black with #B7CDDC

Text Example


Text Example

White with #B7CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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