Html Css Color HEX #B2E4CF Cruise

📋 copy color: '#B2E4CF'

red 178 ◦ green 228 ◦ blue 207

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

Shades of Cruise #B2E4CF

Tints of Cruise #B2E4CF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.19%

 BLUE value IS 207 (81.25% from 255) = 33.77%

R = 29.04%
G = 37.19%
B = 33.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#B2E4CF (or 0xB2E4CF) is known color: Cruise. HEX triplet: B2, E4 and CF. RGB value is (178,228,207). Sum of RGB (Red+Green+Blue) = 178+228+207=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E4CF is #4D1B30. Grayscale: #D2D2D2. Windows color (decimal): -5053233 or 13624498. OLE color: 13624498.

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

Color convert

RGB 178 228 207 -
CMYK 0.22 0 0.09 0.11
HSL 154.8º 0.48% 0.8% -
HSV(B) 154.8º 0.22% 0.89% -
XYZ 57.37 69.46 69.41 -
YUV 210.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 178 228 207 0.22 0 0.09 0.11 154.8 0.48 0.8
Hex B2 E4 CF 16 0 9 B 9B 30 50
Octal 262 344 317 26 0 11 13 233 60 120
Binary 10110010 11100100 11001111 10110 0 1001 1011 10011011 110000 1010000

Color Harmonies of #B2E4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E4CF

Black with #B2E4CF

Text Example


Text Example

White with #B2E4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E4CF; }

 p { color: rgb(178,228,207); }

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

background-color css

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

 a { background-color: rgb(178,228,207); }

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

border-color css

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

 span { border-color: rgb(178,228,207); }

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