Html Css Color HEX #BDDBD2 Cruise

📋 copy color: '#BDDBD2'

red 189 ◦ green 219 ◦ blue 210

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

Shades of Cruise #BDDBD2

Tints of Cruise #BDDBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.98%

R = 30.58%
G = 35.44%
B = 33.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#BDDBD2 (or 0xBDDBD2) is known color: Cruise. HEX triplet: BD, DB and D2. RGB value is (189,219,210). Sum of RGB (Red+Green+Blue) = 189+219+210=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBD2 is #42242D. Grayscale: #D1D1D1. Windows color (decimal): -4334638 or 13818813. OLE color: 13818813.

HSL color Cylindrical-coordinate representation of color #BDDBD2: hue angle of 162º 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 #BDDBD2 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 210 -
CMYK 0.14 0 0.04 0.14
HSL 162º 0.29% 0.8% -
HSV(B) 162º 0.14% 0.86% -
XYZ 57.95 66.13 70.68 -
YUV 209 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 189 219 210 0.14 0 0.04 0.14 162 0.29 0.8
Hex BD DB D2 E 0 4 E A2 1D 50
Octal 275 333 322 16 0 4 16 242 35 120
Binary 10111101 11011011 11010010 1110 0 100 1110 10100010 11101 1010000

Color Harmonies of #BDDBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBD2

Black with #BDDBD2

Text Example


Text Example

White with #BDDBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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