Html Css Color HEX #B1DCCD Cruise

📋 copy color: '#B1DCCD'

red 177 ◦ green 220 ◦ blue 205

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

Shades of Cruise #B1DCCD

Tints of Cruise #B1DCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.05%

R = 29.4%
G = 36.54%
B = 34.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#B1DCCD (or 0xB1DCCD) is known color: Cruise. HEX triplet: B1, DC and CD. RGB value is (177,220,205). Sum of RGB (Red+Green+Blue) = 177+220+205=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCCD is #4E2332. Grayscale: #CDCDCD. Windows color (decimal): -5120819 or 13491377. OLE color: 13491377.

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

Color convert

RGB 177 220 205 -
CMYK 0.20 0 0.07 0.14
HSL 159.07º 0.38% 0.78% -
HSV(B) 159.07º 0.2% 0.86% -
XYZ 54.74 64.94 67.41 -
YUV 205.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 177 220 205 0.20 0 0.07 0.14 159.07 0.38 0.78
Hex B1 DC CD 14 0 7 E 9F 26 4E
Octal 261 334 315 24 0 7 16 237 46 116
Binary 10110001 11011100 11001101 10100 0 111 1110 10011111 100110 1001110

Color Harmonies of #B1DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCCD

Black with #B1DCCD

Text Example


Text Example

White with #B1DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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