Html Css Color HEX #B5CDC3 Jet Stream

📋 copy color: '#B5CDC3'

red 181 ◦ green 205 ◦ blue 195

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

Shades of Jet Stream #B5CDC3

Tints of Jet Stream #B5CDC3

RGB

 RED value IS 181 (71.09% from 255) = 31.15%

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

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

R = 31.15%
G = 35.28%
B = 33.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#B5CDC3 (or 0xB5CDC3) is known color: Jet Stream. HEX triplet: B5, CD and C3. RGB value is (181,205,195). Sum of RGB (Red+Green+Blue) = 181+205+195=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDC3 is #4A323C. Grayscale: #C4C4C4. Windows color (decimal): -4862525 or 12832181. OLE color: 12832181.

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

Color convert

RGB 181 205 195 -
CMYK 0.12 0 0.05 0.20
HSL 155º 0.19% 0.76% -
HSV(B) 155º 0.12% 0.8% -
XYZ 50.74 57.43 60.04 -
YUV 196.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 181 205 195 0.12 0 0.05 0.20 155 0.19 0.76
Hex B5 CD C3 C 0 5 14 9B 13 4C
Octal 265 315 303 14 0 5 24 233 23 114
Binary 10110101 11001101 11000011 1100 0 101 10100 10011011 10011 1001100

Color Harmonies of #B5CDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CDC3

Black with #B5CDC3

Text Example


Text Example

White with #B5CDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CDC3; }

 p { color: rgb(181,205,195); }

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

background-color css

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

 a { background-color: rgb(181,205,195); }

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

border-color css

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

 span { border-color: rgb(181,205,195); }

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