Html Css Color HEX #B8D6C8 Jet Stream

📋 copy color: '#B8D6C8'

red 184 ◦ green 214 ◦ blue 200

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

Shades of Jet Stream #B8D6C8

Tints of Jet Stream #B8D6C8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.79%

 BLUE value IS 200 (78.52% from 255) = 33.44%

R = 30.77%
G = 35.79%
B = 33.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#B8D6C8 (or 0xB8D6C8) is known color: Jet Stream. HEX triplet: B8, D6 and C8. RGB value is (184,214,200). Sum of RGB (Red+Green+Blue) = 184+214+200=598 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.77% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D6C8 is #472937. Grayscale: #CBCBCB. Windows color (decimal): -4663608 or 13162168. OLE color: 13162168.

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

Color convert

RGB 184 214 200 -
CMYK 0.14 0 0.07 0.16
HSL 152º 0.27% 0.78% -
HSV(B) 152º 0.14% 0.84% -
XYZ 54.24 62.45 63.84 -
YUV 203.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 184 214 200 0.14 0 0.07 0.16 152 0.27 0.78
Hex B8 D6 C8 E 0 7 10 98 1B 4E
Octal 270 326 310 16 0 7 20 230 33 116
Binary 10111000 11010110 11001000 1110 0 111 10000 10011000 11011 1001110

Color Harmonies of #B8D6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D6C8

Black with #B8D6C8

Text Example


Text Example

White with #B8D6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D6C8; }

 p { color: rgb(184,214,200); }

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

background-color css

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

 a { background-color: rgb(184,214,200); }

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

border-color css

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

 span { border-color: rgb(184,214,200); }

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