Html Css Color HEX #B1DCCA Jet Stream

📋 copy color: '#B1DCCA'

red 177 ◦ green 220 ◦ blue 202

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

Shades of Jet Stream #B1DCCA

Tints of Jet Stream #B1DCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.73%

 BLUE value IS 202 (79.3% from 255) = 33.72%

R = 29.55%
G = 36.73%
B = 33.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#B1DCCA (or 0xB1DCCA) is known color: Jet Stream. HEX triplet: B1, DC and CA. RGB value is (177,220,202). Sum of RGB (Red+Green+Blue) = 177+220+202=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCCA is #4E2335. Grayscale: #CDCDCD. Windows color (decimal): -5120822 or 13294769. OLE color: 13294769.

HSL color Cylindrical-coordinate representation of color #B1DCCA: hue angle of 154.88º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DCCA is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 220 202 -
CMYK 0.20 0 0.08 0.14
HSL 154.88º 0.38% 0.78% -
HSV(B) 154.88º 0.2% 0.86% -
XYZ 54.39 64.8 65.52 -
YUV 205.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 177 220 202 0.20 0 0.08 0.14 154.88 0.38 0.78
Hex B1 DC CA 14 0 8 E 9B 26 4E
Octal 261 334 312 24 0 10 16 233 46 116
Binary 10110001 11011100 11001010 10100 0 1000 1110 10011011 100110 1001110

Color Harmonies of #B1DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCCA

Black with #B1DCCA

Text Example


Text Example

White with #B1DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCCA; }

 p { color: rgb(177,220,202); }

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

background-color css

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

 a { background-color: rgb(177,220,202); }

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

border-color css

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

 span { border-color: rgb(177,220,202); }

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