Html Css Color HEX #B8CCC4 Jet Stream

📋 copy color: '#B8CCC4'

red 184 ◦ green 204 ◦ blue 196

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

Shades of Jet Stream #B8CCC4

Tints of Jet Stream #B8CCC4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.93%

 BLUE value IS 196 (76.95% from 255) = 33.56%

R = 31.51%
G = 34.93%
B = 33.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#B8CCC4 (or 0xB8CCC4) is known color: Jet Stream. HEX triplet: B8, CC and C4. RGB value is (184,204,196). Sum of RGB (Red+Green+Blue) = 184+204+196=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCC4 is #47333B. Grayscale: #C5C5C5. Windows color (decimal): -4666172 or 12897464. OLE color: 12897464.

HSL color Cylindrical-coordinate representation of color #B8CCC4: hue angle of 156º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CCC4 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 204 196 -
CMYK 0.10 0 0.04 0.2
HSL 156º 0.16% 0.76% -
HSV(B) 156º 0.1% 0.8% -
XYZ 51.32 57.36 60.59 -
YUV 197.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 184 204 196 0.10 0 0.04 0.2 156 0.16 0.76
Hex B8 CC C4 A 0 4 14 9C 10 4C
Octal 270 314 304 12 0 4 24 234 20 114
Binary 10111000 11001100 11000100 1010 0 100 10100 10011100 10000 1001100

Color Harmonies of #B8CCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CCC4

Black with #B8CCC4

Text Example


Text Example

White with #B8CCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CCC4; }

 p { color: rgb(184,204,196); }

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

background-color css

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

 a { background-color: rgb(184,204,196); }

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

border-color css

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

 span { border-color: rgb(184,204,196); }

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