Html Css Color HEX #B0DECF Cruise

📋 copy color: '#B0DECF'

red 176 ◦ green 222 ◦ blue 207

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

Shades of Cruise #B0DECF

Tints of Cruise #B0DECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.69%

 BLUE value IS 207 (81.25% from 255) = 34.21%

R = 29.09%
G = 36.69%
B = 34.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#B0DECF (or 0xB0DECF) is known color: Cruise. HEX triplet: B0, DE and CF. RGB value is (176,222,207). Sum of RGB (Red+Green+Blue) = 176+222+207=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DECF is #4F2130. Grayscale: #CECECE. Windows color (decimal): -5185841 or 13622960. OLE color: 13622960.

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

Color convert

RGB 176 222 207 -
CMYK 0.21 0 0.07 0.13
HSL 160.43º 0.41% 0.78% -
HSV(B) 160.43º 0.21% 0.87% -
XYZ 55.29 65.98 68.85 -
YUV 206.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 176 222 207 0.21 0 0.07 0.13 160.43 0.41 0.78
Hex B0 DE CF 15 0 7 D A0 29 4E
Octal 260 336 317 25 0 7 15 240 51 116
Binary 10110000 11011110 11001111 10101 0 111 1101 10100000 101001 1001110

Color Harmonies of #B0DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DECF

Black with #B0DECF

Text Example


Text Example

White with #B0DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DECF; }

 p { color: rgb(176,222,207); }

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

background-color css

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

 a { background-color: rgb(176,222,207); }

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

border-color css

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

 span { border-color: rgb(176,222,207); }

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