Html Css Color HEX #B1DDCA Cruise

📋 copy color: '#B1DDCA'

red 177 ◦ green 221 ◦ blue 202

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

Shades of Cruise #B1DDCA

Tints of Cruise #B1DDCA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.83%

 BLUE value IS 202 (79.3% from 255) = 33.67%

R = 29.5%
G = 36.83%
B = 33.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#B1DDCA (or 0xB1DDCA) is known color: Cruise. HEX triplet: B1, DD and CA. RGB value is (177,221,202). Sum of RGB (Red+Green+Blue) = 177+221+202=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDCA is #4E2235. Grayscale: #CDCDCD. Windows color (decimal): -5120566 or 13295025. OLE color: 13295025.

HSL color Cylindrical-coordinate representation of color #B1DDCA: hue angle of 154.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DDCA is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 221 202 -
CMYK 0.20 0 0.09 0.13
HSL 154.09º 0.39% 0.78% -
HSV(B) 154.09º 0.2% 0.87% -
XYZ 54.65 65.32 65.61 -
YUV 205.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 177 221 202 0.20 0 0.09 0.13 154.09 0.39 0.78
Hex B1 DD CA 14 0 9 D 9A 27 4E
Octal 261 335 312 24 0 11 15 232 47 116
Binary 10110001 11011101 11001010 10100 0 1001 1101 10011010 100111 1001110

Color Harmonies of #B1DDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDCA

Black with #B1DDCA

Text Example


Text Example

White with #B1DDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDCA; }

 p { color: rgb(177,221,202); }

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

background-color css

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

 a { background-color: rgb(177,221,202); }

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

border-color css

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

 span { border-color: rgb(177,221,202); }

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