Html Css Color HEX #BDDAEB Light Blue

📋 copy color: '#BDDAEB'

red 189 ◦ green 218 ◦ blue 235

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

Shades of Light Blue #BDDAEB

Tints of Light Blue #BDDAEB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.96%

 BLUE value IS 235 (92.19% from 255) = 36.6%

R = 29.44%
G = 33.96%
B = 36.6%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDDAEB (or 0xBDDAEB) is known color: Light Blue. HEX triplet: BD, DA and EB. RGB value is (189,218,235). Sum of RGB (Red+Green+Blue) = 189+218+235=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAEB is #422514. Grayscale: #D3D3D3. Windows color (decimal): -4334869 or 15456957. OLE color: 15456957.

HSL color Cylindrical-coordinate representation of color #BDDAEB: hue angle of 202.17º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDAEB is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 218 235 -
CMYK 0.20 0.07 0 0.08
HSL 202.17º 0.53% 0.83% -
HSV(B) 202.17º 0.2% 0.92% -
XYZ 61.05 66.96 88.3 -
YUV 211.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 189 218 235 0.20 0.07 0 0.08 202.17 0.53 0.83
Hex BD DA EB 14 7 0 8 CA 35 53
Octal 275 332 353 24 7 0 10 312 65 123
Binary 10111101 11011010 11101011 10100 111 0 1000 11001010 110101 1010011

Color Harmonies of #BDDAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAEB

Black with #BDDAEB

Text Example


Text Example

White with #BDDAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAEB; }

 p { color: rgb(189,218,235); }

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

background-color css

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

 a { background-color: rgb(189,218,235); }

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

border-color css

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

 span { border-color: rgb(189,218,235); }

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