Html Css Color HEX #BDE1ED Onahau

📋 copy color: '#BDE1ED'

red 189 ◦ green 225 ◦ blue 237

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

Shades of Onahau #BDE1ED

Tints of Onahau #BDE1ED

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.56%

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

R = 29.03%
G = 34.56%
B = 36.41%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDE1ED (or 0xBDE1ED) is known color: Onahau. HEX triplet: BD, E1 and ED. RGB value is (189,225,237). Sum of RGB (Red+Green+Blue) = 189+225+237=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1ED is #421E12. Grayscale: #D7D7D7. Windows color (decimal): -4333075 or 15589821. OLE color: 15589821.

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

Color convert

RGB 189 225 237 -
CMYK 0.20 0.05 0 0.07
HSL 195º 0.57% 0.84% -
HSV(B) 195º 0.2% 0.93% -
XYZ 63.2 70.78 90.45 -
YUV 215.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 189 225 237 0.20 0.05 0 0.07 195 0.57 0.84
Hex BD E1 ED 14 5 0 7 C3 39 54
Octal 275 341 355 24 5 0 7 303 71 124
Binary 10111101 11100001 11101101 10100 101 0 111 11000011 111001 1010100

Color Harmonies of #BDE1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1ED

Black with #BDE1ED

Text Example


Text Example

White with #BDE1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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