Html Css Color HEX #B4E0D4 Cruise

📋 copy color: '#B4E0D4'

red 180 ◦ green 224 ◦ blue 212

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

Shades of Cruise #B4E0D4

Tints of Cruise #B4E0D4

RGB

 RED value IS 180 (70.7% from 255) = 29.22%

 GREEN value IS 224 (87.89% from 255) = 36.36%

 BLUE value IS 212 (83.2% from 255) = 34.42%

R = 29.22%
G = 36.36%
B = 34.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#B4E0D4 (or 0xB4E0D4) is known color: Cruise. HEX triplet: B4, E0 and D4. RGB value is (180,224,212). Sum of RGB (Red+Green+Blue) = 180+224+212=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E0D4 is #4B1F2B. Grayscale: #D1D1D1. Windows color (decimal): -4923180 or 13951156. OLE color: 13951156.

HSL color Cylindrical-coordinate representation of color #B4E0D4: hue angle of 163.64º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E0D4 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 224 212 -
CMYK 0.20 0 0.05 0.12
HSL 163.64º 0.42% 0.79% -
HSV(B) 163.64º 0.2% 0.88% -
XYZ 57.36 67.77 72.34 -
YUV 209.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 180 224 212 0.20 0 0.05 0.12 163.64 0.42 0.79
Hex B4 E0 D4 14 0 5 C A4 2A 4F
Octal 264 340 324 24 0 5 14 244 52 117
Binary 10110100 11100000 11010100 10100 0 101 1100 10100100 101010 1001111

Color Harmonies of #B4E0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E0D4

Black with #B4E0D4

Text Example


Text Example

White with #B4E0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E0D4; }

 p { color: rgb(180,224,212); }

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

background-color css

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

 a { background-color: rgb(180,224,212); }

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

border-color css

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

 span { border-color: rgb(180,224,212); }

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