Html Css Color HEX #B7DACA Jet Stream

📋 copy color: '#B7DACA'

red 183 ◦ green 218 ◦ blue 202

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

Shades of Jet Stream #B7DACA

Tints of Jet Stream #B7DACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.15%

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

R = 30.35%
G = 36.15%
B = 33.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#B7DACA (or 0xB7DACA) is known color: Jet Stream. HEX triplet: B7, DA and CA. RGB value is (183,218,202). Sum of RGB (Red+Green+Blue) = 183+218+202=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DACA is #482535. Grayscale: #CDCDCD. Windows color (decimal): -4728118 or 13294263. OLE color: 13294263.

HSL color Cylindrical-coordinate representation of color #B7DACA: hue angle of 152.57º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DACA is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 218 202 -
CMYK 0.16 0 0.07 0.15
HSL 152.57º 0.32% 0.79% -
HSV(B) 152.57º 0.16% 0.85% -
XYZ 55.26 64.47 65.41 -
YUV 205.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 183 218 202 0.16 0 0.07 0.15 152.57 0.32 0.79
Hex B7 DA CA 10 0 7 F 99 20 4F
Octal 267 332 312 20 0 7 17 231 40 117
Binary 10110111 11011010 11001010 10000 0 111 1111 10011001 100000 1001111

Color Harmonies of #B7DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DACA

Black with #B7DACA

Text Example


Text Example

White with #B7DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DACA; }

 p { color: rgb(183,218,202); }

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

background-color css

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

 a { background-color: rgb(183,218,202); }

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

border-color css

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

 span { border-color: rgb(183,218,202); }

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