Html Css Color HEX #B2DFCA Cruise

📋 copy color: '#B2DFCA'

red 178 ◦ green 223 ◦ blue 202

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

Shades of Cruise #B2DFCA

Tints of Cruise #B2DFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.98%

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

R = 29.52%
G = 36.98%
B = 33.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#B2DFCA (or 0xB2DFCA) is known color: Cruise. HEX triplet: B2, DF and CA. RGB value is (178,223,202). Sum of RGB (Red+Green+Blue) = 178+223+202=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFCA is #4D2035. Grayscale: #CFCFCF. Windows color (decimal): -5054518 or 13295538. OLE color: 13295538.

HSL color Cylindrical-coordinate representation of color #B2DFCA: hue angle of 152º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DFCA is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 223 202 -
CMYK 0.20 0 0.09 0.13
HSL 152º 0.41% 0.79% -
HSV(B) 152º 0.2% 0.87% -
XYZ 55.41 66.5 65.79 -
YUV 207.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 178 223 202 0.20 0 0.09 0.13 152 0.41 0.79
Hex B2 DF CA 14 0 9 D 98 29 4F
Octal 262 337 312 24 0 11 15 230 51 117
Binary 10110010 11011111 11001010 10100 0 1001 1101 10011000 101001 1001111

Color Harmonies of #B2DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DFCA

Black with #B2DFCA

Text Example


Text Example

White with #B2DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DFCA; }

 p { color: rgb(178,223,202); }

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

background-color css

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

 a { background-color: rgb(178,223,202); }

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

border-color css

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

 span { border-color: rgb(178,223,202); }

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