Html Css Color HEX #B1CFC3 Jet Stream

📋 copy color: '#B1CFC3'

red 177 ◦ green 207 ◦ blue 195

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

Shades of Jet Stream #B1CFC3

Tints of Jet Stream #B1CFC3

RGB

 RED value IS 177 (69.53% from 255) = 30.57%

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

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

R = 30.57%
G = 35.75%
B = 33.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#B1CFC3 (or 0xB1CFC3) is known color: Jet Stream. HEX triplet: B1, CF and C3. RGB value is (177,207,195). Sum of RGB (Red+Green+Blue) = 177+207+195=579 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.57% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFC3 is #4E303C. Grayscale: #C4C4C4. Windows color (decimal): -5124157 or 12832689. OLE color: 12832689.

HSL color Cylindrical-coordinate representation of color #B1CFC3: hue angle of 156º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CFC3 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 207 195 -
CMYK 0.14 0 0.06 0.19
HSL 156º 0.24% 0.75% -
HSV(B) 156º 0.14% 0.81% -
XYZ 50.29 57.91 60.16 -
YUV 196.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 177 207 195 0.14 0 0.06 0.19 156 0.24 0.75
Hex B1 CF C3 E 0 6 13 9C 18 4B
Octal 261 317 303 16 0 6 23 234 30 113
Binary 10110001 11001111 11000011 1110 0 110 10011 10011100 11000 1001011

Color Harmonies of #B1CFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CFC3

Black with #B1CFC3

Text Example


Text Example

White with #B1CFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CFC3; }

 p { color: rgb(177,207,195); }

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

background-color css

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

 a { background-color: rgb(177,207,195); }

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

border-color css

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

 span { border-color: rgb(177,207,195); }

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