Html Css Color HEX #B1DCD0 Cruise

📋 copy color: '#B1DCD0'

red 177 ◦ green 220 ◦ blue 208

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

Shades of Cruise #B1DCD0

Tints of Cruise #B1DCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.36%

 BLUE value IS 208 (81.64% from 255) = 34.38%

R = 29.26%
G = 36.36%
B = 34.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#B1DCD0 (or 0xB1DCD0) is known color: Cruise. HEX triplet: B1, DC and D0. RGB value is (177,220,208). Sum of RGB (Red+Green+Blue) = 177+220+208=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCD0 is #4E232F. Grayscale: #CDCDCD. Windows color (decimal): -5120816 or 13687985. OLE color: 13687985.

HSL color Cylindrical-coordinate representation of color #B1DCD0: hue angle of 163.26º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DCD0 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 220 208 -
CMYK 0.20 0 0.05 0.14
HSL 163.26º 0.38% 0.78% -
HSV(B) 163.26º 0.2% 0.86% -
XYZ 55.11 65.09 69.33 -
YUV 205.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 177 220 208 0.20 0 0.05 0.14 163.26 0.38 0.78
Hex B1 DC D0 14 0 5 E A3 26 4E
Octal 261 334 320 24 0 5 16 243 46 116
Binary 10110001 11011100 11010000 10100 0 101 1110 10100011 100110 1001110

Color Harmonies of #B1DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCD0

Black with #B1DCD0

Text Example


Text Example

White with #B1DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCD0; }

 p { color: rgb(177,220,208); }

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

background-color css

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

 a { background-color: rgb(177,220,208); }

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

border-color css

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

 span { border-color: rgb(177,220,208); }

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