Html Css Color HEX #B2DFCF Cruise

📋 copy color: '#B2DFCF'

red 178 ◦ green 223 ◦ blue 207

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

Shades of Cruise #B2DFCF

Tints of Cruise #B2DFCF

RGB

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

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

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

R = 29.28%
G = 36.68%
B = 34.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#B2DFCF (or 0xB2DFCF) is known color: Cruise. HEX triplet: B2, DF and CF. RGB value is (178,223,207). Sum of RGB (Red+Green+Blue) = 178+223+207=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFCF is #4D2030. Grayscale: #CFCFCF. Windows color (decimal): -5054513 or 13623218. OLE color: 13623218.

HSL color Cylindrical-coordinate representation of color #B2DFCF: hue angle of 158.67º 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 #B2DFCF is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 223 207 -
CMYK 0.20 0 0.07 0.13
HSL 158.67º 0.41% 0.79% -
HSV(B) 158.67º 0.2% 0.87% -
XYZ 56.01 66.75 68.96 -
YUV 207.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 178 223 207 0.20 0 0.07 0.13 158.67 0.41 0.79
Hex B2 DF CF 14 0 7 D 9F 29 4F
Octal 262 337 317 24 0 7 15 237 51 117
Binary 10110010 11011111 11001111 10100 0 111 1101 10011111 101001 1001111

Color Harmonies of #B2DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DFCF

Black with #B2DFCF

Text Example


Text Example

White with #B2DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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