Html Css Color HEX #B7CCDC Spindle

📋 copy color: '#B7CCDC'

red 183 ◦ green 204 ◦ blue 220

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

Shades of Spindle #B7CCDC

Tints of Spindle #B7CCDC

RGB

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

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

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

R = 30.15%
G = 33.61%
B = 36.24%

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

#B7CCDC (or 0xB7CCDC) is known color: Spindle. HEX triplet: B7, CC and DC. RGB value is (183,204,220). Sum of RGB (Red+Green+Blue) = 183+204+220=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCDC is #483323. Grayscale: #C7C7C7. Windows color (decimal): -4731684 or 14470327. OLE color: 14470327.

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

Color convert

RGB 183 204 220 -
CMYK 0.17 0.07 0 0.14
HSL 205.95º 0.35% 0.79% -
HSV(B) 205.95º 0.17% 0.86% -
XYZ 54.04 58.42 76.14 -
YUV 199.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 183 204 220 0.17 0.07 0 0.14 205.95 0.35 0.79
Hex B7 CC DC 11 7 0 E CE 23 4F
Octal 267 314 334 21 7 0 16 316 43 117
Binary 10110111 11001100 11011100 10001 111 0 1110 11001110 100011 1001111

Color Harmonies of #B7CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CCDC

Black with #B7CCDC

Text Example


Text Example

White with #B7CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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