Html Css Color HEX #B2E3D2 Cruise

📋 copy color: '#B2E3D2'

red 178 ◦ green 227 ◦ blue 210

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

Shades of Cruise #B2E3D2

Tints of Cruise #B2E3D2

RGB

 RED value IS 178 (69.92% from 255) = 28.94%

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

 BLUE value IS 210 (82.42% from 255) = 34.15%

R = 28.94%
G = 36.91%
B = 34.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#B2E3D2 (or 0xB2E3D2) is known color: Cruise. HEX triplet: B2, E3 and D2. RGB value is (178,227,210). Sum of RGB (Red+Green+Blue) = 178+227+210=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E3D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E3D2 is #4D1C2D. Grayscale: #D2D2D2. Windows color (decimal): -5053486 or 13820850. OLE color: 13820850.

HSL color Cylindrical-coordinate representation of color #B2E3D2: hue angle of 159.18º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E3D2 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 227 210 -
CMYK 0.22 0 0.07 0.11
HSL 159.18º 0.47% 0.79% -
HSV(B) 159.18º 0.22% 0.89% -
XYZ 57.46 69.06 71.27 -
YUV 210.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 178 227 210 0.22 0 0.07 0.11 159.18 0.47 0.79
Hex B2 E3 D2 16 0 7 B 9F 2F 4F
Octal 262 343 322 26 0 7 13 237 57 117
Binary 10110010 11100011 11010010 10110 0 111 1011 10011111 101111 1001111

Color Harmonies of #B2E3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E3D2

Black with #B2E3D2

Text Example


Text Example

White with #B2E3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E3D2; }

 p { color: rgb(178,227,210); }

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

background-color css

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

 a { background-color: rgb(178,227,210); }

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

border-color css

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

 span { border-color: rgb(178,227,210); }

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