Html Css Color HEX #B9DFDA Cruise

📋 copy color: '#B9DFDA'

red 185 ◦ green 223 ◦ blue 218

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

Shades of Cruise #B9DFDA

Tints of Cruise #B9DFDA

RGB

 RED value IS 185 (72.66% from 255) = 29.55%

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

 BLUE value IS 218 (85.55% from 255) = 34.82%

R = 29.55%
G = 35.62%
B = 34.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#B9DFDA (or 0xB9DFDA) is known color: Cruise. HEX triplet: B9, DF and DA. RGB value is (185,223,218). Sum of RGB (Red+Green+Blue) = 185+223+218=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFDA is #462025. Grayscale: #D3D3D3. Windows color (decimal): -4595750 or 14344121. OLE color: 14344121.

HSL color Cylindrical-coordinate representation of color #B9DFDA: hue angle of 172.11º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DFDA is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 223 218 -
CMYK 0.17 0 0.02 0.13
HSL 172.11º 0.37% 0.8% -
HSV(B) 172.11º 0.17% 0.87% -
XYZ 59.05 68.15 76.37 -
YUV 211.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 185 223 218 0.17 0 0.02 0.13 172.11 0.37 0.8
Hex B9 DF DA 11 0 2 D AC 25 50
Octal 271 337 332 21 0 2 15 254 45 120
Binary 10111001 11011111 11011010 10001 0 10 1101 10101100 100101 1010000

Color Harmonies of #B9DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DFDA

Black with #B9DFDA

Text Example


Text Example

White with #B9DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DFDA; }

 p { color: rgb(185,223,218); }

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

background-color css

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

 a { background-color: rgb(185,223,218); }

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

border-color css

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

 span { border-color: rgb(185,223,218); }

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