Html Css Color HEX #B1DFD1 Cruise

📋 copy color: '#B1DFD1'

red 177 ◦ green 223 ◦ blue 209

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

Shades of Cruise #B1DFD1

Tints of Cruise #B1DFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.32%

R = 29.06%
G = 36.62%
B = 34.32%

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

#B1DFD1 (or 0xB1DFD1) is known color: Cruise. HEX triplet: B1, DF and D1. RGB value is (177,223,209). Sum of RGB (Red+Green+Blue) = 177+223+209=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFD1 is #4E202E. Grayscale: #CFCFCF. Windows color (decimal): -5120047 or 13754289. OLE color: 13754289.

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

Color convert

RGB 177 223 209 -
CMYK 0.21 0 0.06 0.13
HSL 161.74º 0.42% 0.78% -
HSV(B) 161.74º 0.21% 0.87% -
XYZ 56.03 66.73 70.25 -
YUV 207.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 177 223 209 0.21 0 0.06 0.13 161.74 0.42 0.78
Hex B1 DF D1 15 0 6 D A2 2A 4E
Octal 261 337 321 25 0 6 15 242 52 116
Binary 10110001 11011111 11010001 10101 0 110 1101 10100010 101010 1001110

Color Harmonies of #B1DFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DFD1

Black with #B1DFD1

Text Example


Text Example

White with #B1DFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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