Html Css Color HEX #BDEAED Onahau

📋 copy color: '#BDEAED'

red 189 ◦ green 234 ◦ blue 237

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

Shades of Onahau #BDEAED

Tints of Onahau #BDEAED

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.45%

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

R = 28.64%
G = 35.45%
B = 35.91%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDEAED (or 0xBDEAED) is known color: Onahau. HEX triplet: BD, EA and ED. RGB value is (189,234,237). Sum of RGB (Red+Green+Blue) = 189+234+237=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAED is #421512. Grayscale: #DCDCDC. Windows color (decimal): -4330771 or 15592125. OLE color: 15592125.

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

Color convert

RGB 189 234 237 -
CMYK 0.20 0.01 0 0.07
HSL 183.75º 0.57% 0.84% -
HSV(B) 183.75º 0.2% 0.93% -
XYZ 65.7 75.78 91.29 -
YUV 220.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 189 234 237 0.20 0.01 0 0.07 183.75 0.57 0.84
Hex BD EA ED 14 1 0 7 B8 39 54
Octal 275 352 355 24 1 0 7 270 71 124
Binary 10111101 11101010 11101101 10100 1 0 111 10111000 111001 1010100

Color Harmonies of #BDEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAED

Black with #BDEAED

Text Example


Text Example

White with #BDEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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