Html Css Color HEX #B1CDC5 Jet Stream

📋 copy color: '#B1CDC5'

red 177 ◦ green 205 ◦ blue 197

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

Shades of Jet Stream #B1CDC5

Tints of Jet Stream #B1CDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.41%

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

R = 30.57%
G = 35.41%
B = 34.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#B1CDC5 (or 0xB1CDC5) is known color: Jet Stream. HEX triplet: B1, CD and C5. RGB value is (177,205,197). Sum of RGB (Red+Green+Blue) = 177+205+197=579 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.57% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDC5 is #4E323A. Grayscale: #C3C3C3. Windows color (decimal): -5124667 or 12963249. OLE color: 12963249.

HSL color Cylindrical-coordinate representation of color #B1CDC5: hue angle of 162.86º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CDC5 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 205 197 -
CMYK 0.14 0 0.04 0.20
HSL 162.86º 0.22% 0.75% -
HSV(B) 162.86º 0.14% 0.8% -
XYZ 50.04 57.04 61.2 -
YUV 195.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 177 205 197 0.14 0 0.04 0.20 162.86 0.22 0.75
Hex B1 CD C5 E 0 4 14 A3 16 4B
Octal 261 315 305 16 0 4 24 243 26 113
Binary 10110001 11001101 11000101 1110 0 100 10100 10100011 10110 1001011

Color Harmonies of #B1CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CDC5

Black with #B1CDC5

Text Example


Text Example

White with #B1CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CDC5; }

 p { color: rgb(177,205,197); }

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

background-color css

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

 a { background-color: rgb(177,205,197); }

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

border-color css

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

 span { border-color: rgb(177,205,197); }

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