Html Css Color HEX #BDDCEB Light Blue

📋 copy color: '#BDDCEB'

red 189 ◦ green 220 ◦ blue 235

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

Shades of Light Blue #BDDCEB

Tints of Light Blue #BDDCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.16%

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

R = 29.35%
G = 34.16%
B = 36.49%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDDCEB (or 0xBDDCEB) is known color: Light Blue. HEX triplet: BD, DC and EB. RGB value is (189,220,235). Sum of RGB (Red+Green+Blue) = 189+220+235=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCEB is #422314. Grayscale: #D4D4D4. Windows color (decimal): -4334357 or 15457469. OLE color: 15457469.

HSL color Cylindrical-coordinate representation of color #BDDCEB: hue angle of 199.57º 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 #BDDCEB is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 220 235 -
CMYK 0.20 0.06 0 0.08
HSL 199.57º 0.53% 0.83% -
HSV(B) 199.57º 0.2% 0.92% -
XYZ 61.57 68 88.48 -
YUV 212.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 189 220 235 0.20 0.06 0 0.08 199.57 0.53 0.83
Hex BD DC EB 14 6 0 8 C8 35 53
Octal 275 334 353 24 6 0 10 310 65 123
Binary 10111101 11011100 11101011 10100 110 0 1000 11001000 110101 1010011

Color Harmonies of #BDDCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCEB

Black with #BDDCEB

Text Example


Text Example

White with #BDDCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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