Html Css Color HEX #B1DFD2 Cruise

📋 copy color: '#B1DFD2'

red 177 ◦ green 223 ◦ blue 210

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

Shades of Cruise #B1DFD2

Tints of Cruise #B1DFD2

RGB

 RED value IS 177 (69.53% from 255) = 29.02%

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

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

R = 29.02%
G = 36.56%
B = 34.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#B1DFD2 (or 0xB1DFD2) is known color: Cruise. HEX triplet: B1, DF and D2. RGB value is (177,223,210). Sum of RGB (Red+Green+Blue) = 177+223+210=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFD2 is #4E202D. Grayscale: #CFCFCF. Windows color (decimal): -5120046 or 13819825. OLE color: 13819825.

HSL color Cylindrical-coordinate representation of color #B1DFD2: hue angle of 163.04º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFD2 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 223 210 -
CMYK 0.21 0 0.06 0.13
HSL 163.04º 0.42% 0.78% -
HSV(B) 163.04º 0.21% 0.87% -
XYZ 56.15 66.78 70.9 -
YUV 207.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 177 223 210 0.21 0 0.06 0.13 163.04 0.42 0.78
Hex B1 DF D2 15 0 6 D A3 2A 4E
Octal 261 337 322 25 0 6 15 243 52 116
Binary 10110001 11011111 11010010 10101 0 110 1101 10100011 101010 1001110

Color Harmonies of #B1DFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DFD2

Black with #B1DFD2

Text Example


Text Example

White with #B1DFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DFD2; }

 p { color: rgb(177,223,210); }

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

background-color css

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

 a { background-color: rgb(177,223,210); }

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

border-color css

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

 span { border-color: rgb(177,223,210); }

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