Html Css Color HEX #B7CCC3 Jet Stream

📋 copy color: '#B7CCC3'

red 183 ◦ green 204 ◦ blue 195

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

Shades of Jet Stream #B7CCC3

Tints of Jet Stream #B7CCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.51%

R = 31.44%
G = 35.05%
B = 33.51%

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

#B7CCC3 (or 0xB7CCC3) is known color: Jet Stream. HEX triplet: B7, CC and C3. RGB value is (183,204,195). Sum of RGB (Red+Green+Blue) = 183+204+195=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCC3 is #48333C. Grayscale: #C4C4C4. Windows color (decimal): -4731709 or 12831927. OLE color: 12831927.

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

Color convert

RGB 183 204 195 -
CMYK 0.10 0 0.04 0.2
HSL 154.29º 0.17% 0.76% -
HSV(B) 154.29º 0.1% 0.8% -
XYZ 50.97 57.19 59.98 -
YUV 196.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 183 204 195 0.10 0 0.04 0.2 154.29 0.17 0.76
Hex B7 CC C3 A 0 4 14 9A 11 4C
Octal 267 314 303 12 0 4 24 232 21 114
Binary 10110111 11001100 11000011 1010 0 100 10100 10011010 10001 1001100

Color Harmonies of #B7CCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CCC3

Black with #B7CCC3

Text Example


Text Example

White with #B7CCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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