Html Css Color HEX #B6DFD4 Cruise

📋 copy color: '#B6DFD4'

red 182 ◦ green 223 ◦ blue 212

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

Shades of Cruise #B6DFD4

Tints of Cruise #B6DFD4

RGB

 RED value IS 182 (71.48% from 255) = 29.5%

 GREEN value IS 223 (87.5% from 255) = 36.14%

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

R = 29.5%
G = 36.14%
B = 34.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#B6DFD4 (or 0xB6DFD4) is known color: Cruise. HEX triplet: B6, DF and D4. RGB value is (182,223,212). Sum of RGB (Red+Green+Blue) = 182+223+212=617 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.50% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DFD4 is #49202B. Grayscale: #D1D1D1. Windows color (decimal): -4792364 or 13950902. OLE color: 13950902.

HSL color Cylindrical-coordinate representation of color #B6DFD4: hue angle of 163.9º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6DFD4 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 223 212 -
CMYK 0.18 0 0.05 0.13
HSL 163.9º 0.39% 0.79% -
HSV(B) 163.9º 0.18% 0.87% -
XYZ 57.56 67.47 72.28 -
YUV 209.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 182 223 212 0.18 0 0.05 0.13 163.9 0.39 0.79
Hex B6 DF D4 12 0 5 D A4 27 4F
Octal 266 337 324 22 0 5 15 244 47 117
Binary 10110110 11011111 11010100 10010 0 101 1101 10100100 100111 1001111

Color Harmonies of #B6DFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DFD4

Black with #B6DFD4

Text Example


Text Example

White with #B6DFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DFD4; }

 p { color: rgb(182,223,212); }

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

background-color css

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

 a { background-color: rgb(182,223,212); }

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

border-color css

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

 span { border-color: rgb(182,223,212); }

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