Html Css Color HEX #B8CFDE Spindle

📋 copy color: '#B8CFDE'

red 184 ◦ green 207 ◦ blue 222

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

Shades of Spindle #B8CFDE

Tints of Spindle #B8CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.22%

R = 30.02%
G = 33.77%
B = 36.22%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8CFDE (or 0xB8CFDE) is known color: Spindle. HEX triplet: B8, CF and DE. RGB value is (184,207,222). Sum of RGB (Red+Green+Blue) = 184+207+222=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #B8CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFDE is #473021. Grayscale: #C9C9C9. Windows color (decimal): -4665378 or 14602168. OLE color: 14602168.

HSL color Cylindrical-coordinate representation of color #B8CFDE: hue angle of 203.68º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8CFDE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 207 222 -
CMYK 0.17 0.07 0 0.13
HSL 203.68º 0.37% 0.8% -
HSV(B) 203.68º 0.17% 0.87% -
XYZ 55.26 60.09 77.79 -
YUV 201.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 184 207 222 0.17 0.07 0 0.13 203.68 0.37 0.8
Hex B8 CF DE 11 7 0 D CC 25 50
Octal 270 317 336 21 7 0 15 314 45 120
Binary 10111000 11001111 11011110 10001 111 0 1101 11001100 100101 1010000

Color Harmonies of #B8CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CFDE

Black with #B8CFDE

Text Example


Text Example

White with #B8CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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