Html Css Color HEX #BDEAEE Onahau

📋 copy color: '#BDEAEE'

red 189 ◦ green 234 ◦ blue 238

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

Shades of Onahau #BDEAEE

Tints of Onahau #BDEAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.01%

R = 28.59%
G = 35.4%
B = 36.01%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDEAEE (or 0xBDEAEE) is known color: Onahau. HEX triplet: BD, EA and EE. RGB value is (189,234,238). Sum of RGB (Red+Green+Blue) = 189+234+238=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAEE is #421511. Grayscale: #DCDCDC. Windows color (decimal): -4330770 or 15657661. OLE color: 15657661.

HSL color Cylindrical-coordinate representation of color #BDEAEE: hue angle of 184.9º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEAEE is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 234 238 -
CMYK 0.21 0.02 0 0.07
HSL 184.9º 0.59% 0.84% -
HSV(B) 184.9º 0.21% 0.93% -
XYZ 65.84 75.84 92.06 -
YUV 221 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 189 234 238 0.21 0.02 0 0.07 184.9 0.59 0.84
Hex BD EA EE 15 2 0 7 B9 3B 54
Octal 275 352 356 25 2 0 7 271 73 124
Binary 10111101 11101010 11101110 10101 10 0 111 10111001 111011 1010100

Color Harmonies of #BDEAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAEE

Black with #BDEAEE

Text Example


Text Example

White with #BDEAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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