Html Css Color HEX #B8CFDD Spindle

📋 copy color: '#B8CFDD'

red 184 ◦ green 207 ◦ blue 221

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

Shades of Spindle #B8CFDD

Tints of Spindle #B8CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.82%

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

R = 30.07%
G = 33.82%
B = 36.11%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8CFDD (or 0xB8CFDD) is known color: Spindle. HEX triplet: B8, CF and DD. RGB value is (184,207,221). Sum of RGB (Red+Green+Blue) = 184+207+221=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFDD is #473022. Grayscale: #C9C9C9. Windows color (decimal): -4665379 or 14536632. OLE color: 14536632.

HSL color Cylindrical-coordinate representation of color #B8CFDD: hue angle of 202.7º degrees, saturation: 0.35, 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 #B8CFDD is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 207 221 -
CMYK 0.17 0.06 0 0.13
HSL 202.7º 0.35% 0.79% -
HSV(B) 202.7º 0.17% 0.87% -
XYZ 55.13 60.04 77.09 -
YUV 201.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 184 207 221 0.17 0.06 0 0.13 202.7 0.35 0.79
Hex B8 CF DD 11 6 0 D CB 23 4F
Octal 270 317 335 21 6 0 15 313 43 117
Binary 10111000 11001111 11011101 10001 110 0 1101 11001011 100011 1001111

Color Harmonies of #B8CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CFDD

Black with #B8CFDD

Text Example


Text Example

White with #B8CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CFDD; }

 p { color: rgb(184,207,221); }

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

background-color css

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

 a { background-color: rgb(184,207,221); }

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

border-color css

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

 span { border-color: rgb(184,207,221); }

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