Html Css Color HEX #B7CFC5 Jet Stream

📋 copy color: '#B7CFC5'

red 183 ◦ green 207 ◦ blue 197

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

Shades of Jet Stream #B7CFC5

Tints of Jet Stream #B7CFC5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.26%

 BLUE value IS 197 (77.34% from 255) = 33.56%

R = 31.18%
G = 35.26%
B = 33.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#B7CFC5 (or 0xB7CFC5) is known color: Jet Stream. HEX triplet: B7, CF and C5. RGB value is (183,207,197). Sum of RGB (Red+Green+Blue) = 183+207+197=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFC5 is #48303A. Grayscale: #C6C6C6. Windows color (decimal): -4730939 or 12963767. OLE color: 12963767.

HSL color Cylindrical-coordinate representation of color #B7CFC5: hue angle of 155º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7CFC5 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 207 197 -
CMYK 0.12 0 0.05 0.19
HSL 155º 0.2% 0.76% -
HSV(B) 155º 0.12% 0.81% -
XYZ 51.92 58.72 61.42 -
YUV 198.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 183 207 197 0.12 0 0.05 0.19 155 0.2 0.76
Hex B7 CF C5 C 0 5 13 9B 14 4C
Octal 267 317 305 14 0 5 23 233 24 114
Binary 10110111 11001111 11000101 1100 0 101 10011 10011011 10100 1001100

Color Harmonies of #B7CFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CFC5

Black with #B7CFC5

Text Example


Text Example

White with #B7CFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CFC5; }

 p { color: rgb(183,207,197); }

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

background-color css

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

 a { background-color: rgb(183,207,197); }

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

border-color css

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

 span { border-color: rgb(183,207,197); }

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