Html Css Color HEX #B8CDDB Spindle

📋 copy color: '#B8CDDB'

red 184 ◦ green 205 ◦ blue 219

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

Shades of Spindle #B8CDDB

Tints of Spindle #B8CDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.02%

R = 30.26%
G = 33.72%
B = 36.02%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8CDDB (or 0xB8CDDB) is known color: Spindle. HEX triplet: B8, CD and DB. RGB value is (184,205,219). Sum of RGB (Red+Green+Blue) = 184+205+219=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDDB is #473224. Grayscale: #C8C8C8. Windows color (decimal): -4665893 or 14405048. OLE color: 14405048.

HSL color Cylindrical-coordinate representation of color #B8CDDB: hue angle of 204º degrees, saturation: 0.33, 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 #B8CDDB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 205 219 -
CMYK 0.16 0.06 0 0.14
HSL 204º 0.33% 0.79% -
HSV(B) 204º 0.16% 0.86% -
XYZ 54.38 58.97 75.53 -
YUV 200.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 184 205 219 0.16 0.06 0 0.14 204 0.33 0.79
Hex B8 CD DB 10 6 0 E CC 21 4F
Octal 270 315 333 20 6 0 16 314 41 117
Binary 10111000 11001101 11011011 10000 110 0 1110 11001100 100001 1001111

Color Harmonies of #B8CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CDDB

Black with #B8CDDB

Text Example


Text Example

White with #B8CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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