Html Css Color HEX #BDDBD1 Cruise

📋 copy color: '#BDDBD1'

red 189 ◦ green 219 ◦ blue 209

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

Shades of Cruise #BDDBD1

Tints of Cruise #BDDBD1

RGB

 RED value IS 189 (74.22% from 255) = 30.63%

 GREEN value IS 219 (85.94% from 255) = 35.49%

 BLUE value IS 209 (82.03% from 255) = 33.87%

R = 30.63%
G = 35.49%
B = 33.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#BDDBD1 (or 0xBDDBD1) is known color: Cruise. HEX triplet: BD, DB and D1. RGB value is (189,219,209). Sum of RGB (Red+Green+Blue) = 189+219+209=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBD1 is #42242E. Grayscale: #D0D0D0. Windows color (decimal): -4334639 or 13753277. OLE color: 13753277.

HSL color Cylindrical-coordinate representation of color #BDDBD1: hue angle of 160º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDBD1 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 209 -
CMYK 0.14 0 0.05 0.14
HSL 160º 0.29% 0.8% -
HSV(B) 160º 0.14% 0.86% -
XYZ 57.83 66.09 70.03 -
YUV 208.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 189 219 209 0.14 0 0.05 0.14 160 0.29 0.8
Hex BD DB D1 E 0 5 E A0 1D 50
Octal 275 333 321 16 0 5 16 240 35 120
Binary 10111101 11011011 11010001 1110 0 101 1110 10100000 11101 1010000

Color Harmonies of #BDDBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBD1

Black with #BDDBD1

Text Example


Text Example

White with #BDDBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBD1; }

 p { color: rgb(189,219,209); }

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

background-color css

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

 a { background-color: rgb(189,219,209); }

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

border-color css

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

 span { border-color: rgb(189,219,209); }

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