Html Css Color HEX #B8D5CD Jet Stream

📋 copy color: '#B8D5CD'

red 184 ◦ green 213 ◦ blue 205

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

Shades of Jet Stream #B8D5CD

Tints of Jet Stream #B8D5CD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.38%

 BLUE value IS 205 (80.47% from 255) = 34.05%

R = 30.56%
G = 35.38%
B = 34.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#B8D5CD (or 0xB8D5CD) is known color: Jet Stream. HEX triplet: B8, D5 and CD. RGB value is (184,213,205). Sum of RGB (Red+Green+Blue) = 184+213+205=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D5CD is #472A32. Grayscale: #CBCBCB. Windows color (decimal): -4663859 or 13489592. OLE color: 13489592.

HSL color Cylindrical-coordinate representation of color #B8D5CD: hue angle of 163.45º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8D5CD is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 213 205 -
CMYK 0.14 0 0.04 0.16
HSL 163.45º 0.26% 0.78% -
HSV(B) 163.45º 0.14% 0.84% -
XYZ 54.58 62.19 66.88 -
YUV 203.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 184 213 205 0.14 0 0.04 0.16 163.45 0.26 0.78
Hex B8 D5 CD E 0 4 10 A3 1A 4E
Octal 270 325 315 16 0 4 20 243 32 116
Binary 10111000 11010101 11001101 1110 0 100 10000 10100011 11010 1001110

Color Harmonies of #B8D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D5CD

Black with #B8D5CD

Text Example


Text Example

White with #B8D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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