Html Css Color HEX #B2E0CF Cruise

📋 copy color: '#B2E0CF'

red 178 ◦ green 224 ◦ blue 207

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

Shades of Cruise #B2E0CF

Tints of Cruise #B2E0CF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.78%

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

R = 29.23%
G = 36.78%
B = 33.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#B2E0CF (or 0xB2E0CF) is known color: Cruise. HEX triplet: B2, E0 and CF. RGB value is (178,224,207). Sum of RGB (Red+Green+Blue) = 178+224+207=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E0CF is #4D1F30. Grayscale: #D0D0D0. Windows color (decimal): -5054257 or 13623474. OLE color: 13623474.

HSL color Cylindrical-coordinate representation of color #B2E0CF: hue angle of 157.83º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E0CF is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 224 207 -
CMYK 0.21 0 0.08 0.12
HSL 157.83º 0.43% 0.79% -
HSV(B) 157.83º 0.21% 0.88% -
XYZ 56.28 67.28 69.05 -
YUV 208.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 178 224 207 0.21 0 0.08 0.12 157.83 0.43 0.79
Hex B2 E0 CF 15 0 8 C 9E 2B 4F
Octal 262 340 317 25 0 10 14 236 53 117
Binary 10110010 11100000 11001111 10101 0 1000 1100 10011110 101011 1001111

Color Harmonies of #B2E0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E0CF

Black with #B2E0CF

Text Example


Text Example

White with #B2E0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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