Html Css Color HEX #BDE3ED Onahau

📋 copy color: '#BDE3ED'

red 189 ◦ green 227 ◦ blue 237

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

Shades of Onahau #BDE3ED

Tints of Onahau #BDE3ED

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.76%

 BLUE value IS 237 (92.97% from 255) = 36.29%

R = 28.94%
G = 34.76%
B = 36.29%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDE3ED (or 0xBDE3ED) is known color: Onahau. HEX triplet: BD, E3 and ED. RGB value is (189,227,237). Sum of RGB (Red+Green+Blue) = 189+227+237=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3ED is #421C12. Grayscale: #D8D8D8. Windows color (decimal): -4332563 or 15590333. OLE color: 15590333.

HSL color Cylindrical-coordinate representation of color #BDE3ED: hue angle of 192.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE3ED is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 227 237 -
CMYK 0.20 0.04 0 0.07
HSL 192.5º 0.57% 0.84% -
HSV(B) 192.5º 0.2% 0.93% -
XYZ 63.74 71.87 90.63 -
YUV 216.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 189 227 237 0.20 0.04 0 0.07 192.5 0.57 0.84
Hex BD E3 ED 14 4 0 7 C0 39 54
Octal 275 343 355 24 4 0 7 300 71 124
Binary 10111101 11100011 11101101 10100 100 0 111 11000000 111001 1010100

Color Harmonies of #BDE3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE3ED

Black with #BDE3ED

Text Example


Text Example

White with #BDE3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE3ED; }

 p { color: rgb(189,227,237); }

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

background-color css

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

 a { background-color: rgb(189,227,237); }

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

border-color css

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

 span { border-color: rgb(189,227,237); }

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