Html Css Color HEX #B7E3DA Cruise

📋 copy color: '#B7E3DA'

red 183 ◦ green 227 ◦ blue 218

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

Shades of Cruise #B7E3DA

Tints of Cruise #B7E3DA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.15%

 BLUE value IS 218 (85.55% from 255) = 34.71%

R = 29.14%
G = 36.15%
B = 34.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#B7E3DA (or 0xB7E3DA) is known color: Cruise. HEX triplet: B7, E3 and DA. RGB value is (183,227,218). Sum of RGB (Red+Green+Blue) = 183+227+218=628 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.14% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 227 - color contains mainly: green. Hex color #B7E3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E3DA is #481C25. Grayscale: #D4D4D4. Windows color (decimal): -4725798 or 14345143. OLE color: 14345143.

HSL color Cylindrical-coordinate representation of color #B7E3DA: hue angle of 167.73º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7E3DA is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 183 227 218 -
CMYK 0.19 0 0.04 0.11
HSL 167.73º 0.44% 0.8% -
HSV(B) 167.73º 0.19% 0.89% -
XYZ 59.65 70.07 76.71 -
YUV 212.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 183 227 218 0.19 0 0.04 0.11 167.73 0.44 0.8
Hex B7 E3 DA 13 0 4 B A8 2C 50
Octal 267 343 332 23 0 4 13 250 54 120
Binary 10110111 11100011 11011010 10011 0 100 1011 10101000 101100 1010000

Color Harmonies of #B7E3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7E3DA

Black with #B7E3DA

Text Example


Text Example

White with #B7E3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7E3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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