Html Css Color HEX #B8DCCB Jet Stream

📋 copy color: '#B8DCCB'

red 184 ◦ green 220 ◦ blue 203

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

Shades of Jet Stream #B8DCCB

Tints of Jet Stream #B8DCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.24%

 BLUE value IS 203 (79.69% from 255) = 33.44%

R = 30.31%
G = 36.24%
B = 33.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#B8DCCB (or 0xB8DCCB) is known color: Jet Stream. HEX triplet: B8, DC and CB. RGB value is (184,220,203). Sum of RGB (Red+Green+Blue) = 184+220+203=607 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.31% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCCB is #472334. Grayscale: #CFCFCF. Windows color (decimal): -4662069 or 13360312. OLE color: 13360312.

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

Color convert

RGB 184 220 203 -
CMYK 0.16 0 0.08 0.14
HSL 151.67º 0.34% 0.79% -
HSV(B) 151.67º 0.16% 0.86% -
XYZ 56.14 65.69 66.22 -
YUV 207.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 184 220 203 0.16 0 0.08 0.14 151.67 0.34 0.79
Hex B8 DC CB 10 0 8 E 98 22 4F
Octal 270 334 313 20 0 10 16 230 42 117
Binary 10111000 11011100 11001011 10000 0 1000 1110 10011000 100010 1001111

Color Harmonies of #B8DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCCB

Black with #B8DCCB

Text Example


Text Example

White with #B8DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCCB; }

 p { color: rgb(184,220,203); }

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

background-color css

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

 a { background-color: rgb(184,220,203); }

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

border-color css

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

 span { border-color: rgb(184,220,203); }

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