Html Css Color HEX #B0DCCA Cruise

📋 copy color: '#B0DCCA'

red 176 ◦ green 220 ◦ blue 202

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

Shades of Cruise #B0DCCA

Tints of Cruise #B0DCCA

RGB

 RED value IS 176 (69.14% from 255) = 29.43%

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

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

R = 29.43%
G = 36.79%
B = 33.78%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#B0DCCA (or 0xB0DCCA) is known color: Cruise. HEX triplet: B0, DC and CA. RGB value is (176,220,202). Sum of RGB (Red+Green+Blue) = 176+220+202=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCCA is #4F2335. Grayscale: #CCCCCC. Windows color (decimal): -5186358 or 13294768. OLE color: 13294768.

HSL color Cylindrical-coordinate representation of color #B0DCCA: hue angle of 155.45º degrees, saturation: 0.39, 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 #B0DCCA is Cyan = 0.2, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 202 -
CMYK 0.2 0 0.08 0.14
HSL 155.45º 0.39% 0.78% -
HSV(B) 155.45º 0.2% 0.86% -
XYZ 54.16 64.68 65.51 -
YUV 204.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 176 220 202 0.2 0 0.08 0.14 155.45 0.39 0.78
Hex B0 DC CA 14 0 8 E 9B 27 4E
Octal 260 334 312 24 0 10 16 233 47 116
Binary 10110000 11011100 11001010 10100 0 1000 1110 10011011 100111 1001110

Color Harmonies of #B0DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCCA

Black with #B0DCCA

Text Example


Text Example

White with #B0DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCCA; }

 p { color: rgb(176,220,202); }

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

background-color css

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

 a { background-color: rgb(176,220,202); }

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

border-color css

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

 span { border-color: rgb(176,220,202); }

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