Html Css Color HEX #B8CDDC Spindle

📋 copy color: '#B8CDDC'

red 184 ◦ green 205 ◦ blue 220

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

Shades of Spindle #B8CDDC

Tints of Spindle #B8CDDC

RGB

 RED value IS 184 (72.27% from 255) = 30.21%

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

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

R = 30.21%
G = 33.66%
B = 36.12%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8CDDC (or 0xB8CDDC) is known color: Spindle. HEX triplet: B8, CD and DC. RGB value is (184,205,220). Sum of RGB (Red+Green+Blue) = 184+205+220=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDDC is #473223. Grayscale: #C8C8C8. Windows color (decimal): -4665892 or 14470584. OLE color: 14470584.

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

Color convert

RGB 184 205 220 -
CMYK 0.16 0.07 0 0.14
HSL 205º 0.34% 0.79% -
HSV(B) 205º 0.16% 0.86% -
XYZ 54.52 59.02 76.23 -
YUV 200.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 184 205 220 0.16 0.07 0 0.14 205 0.34 0.79
Hex B8 CD DC 10 7 0 E CD 22 4F
Octal 270 315 334 20 7 0 16 315 42 117
Binary 10111000 11001101 11011100 10000 111 0 1110 11001101 100010 1001111

Color Harmonies of #B8CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CDDC

Black with #B8CDDC

Text Example


Text Example

White with #B8CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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