Html Css Color HEX #B7CCC4 Jet Stream

📋 copy color: '#B7CCC4'

red 183 ◦ green 204 ◦ blue 196

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

Shades of Jet Stream #B7CCC4

Tints of Jet Stream #B7CCC4

RGB

 RED value IS 183 (71.88% from 255) = 31.39%

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

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

R = 31.39%
G = 34.99%
B = 33.62%

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

#B7CCC4 (or 0xB7CCC4) is known color: Jet Stream. HEX triplet: B7, CC and C4. RGB value is (183,204,196). Sum of RGB (Red+Green+Blue) = 183+204+196=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCC4 is #48333B. Grayscale: #C4C4C4. Windows color (decimal): -4731708 or 12897463. OLE color: 12897463.

HSL color Cylindrical-coordinate representation of color #B7CCC4: hue angle of 157.14º degrees, saturation: 0.17, 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 #B7CCC4 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 204 196 -
CMYK 0.10 0 0.04 0.2
HSL 157.14º 0.17% 0.76% -
HSV(B) 157.14º 0.1% 0.8% -
XYZ 51.09 57.24 60.58 -
YUV 196.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 183 204 196 0.10 0 0.04 0.2 157.14 0.17 0.76
Hex B7 CC C4 A 0 4 14 9D 11 4C
Octal 267 314 304 12 0 4 24 235 21 114
Binary 10110111 11001100 11000100 1010 0 100 10100 10011101 10001 1001100

Color Harmonies of #B7CCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CCC4

Black with #B7CCC4

Text Example


Text Example

White with #B7CCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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