Html Css Color HEX #BDEAEB Onahau

📋 copy color: '#BDEAEB'

red 189 ◦ green 234 ◦ blue 235

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

Shades of Onahau #BDEAEB

Tints of Onahau #BDEAEB

RGB

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

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

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

R = 28.72%
G = 35.56%
B = 35.71%

CMYK

 C value IS 0.20

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDEAEB (or 0xBDEAEB) is known color: Onahau. HEX triplet: BD, EA and EB. RGB value is (189,234,235). Sum of RGB (Red+Green+Blue) = 189+234+235=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAEB is #421514. Grayscale: #DCDCDC. Windows color (decimal): -4330773 or 15461053. OLE color: 15461053.

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

Color convert

RGB 189 234 235 -
CMYK 0.20 0.00 0 0.08
HSL 181.3º 0.53% 0.83% -
HSV(B) 181.3º 0.2% 0.92% -
XYZ 65.4 75.66 89.75 -
YUV 220.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 189 234 235 0.20 0.00 0 0.08 181.3 0.53 0.83
Hex BD EA EB 14 0 0 8 B5 35 53
Octal 275 352 353 24 0 0 10 265 65 123
Binary 10111101 11101010 11101011 10100 0 0 1000 10110101 110101 1010011

Color Harmonies of #BDEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAEB

Black with #BDEAEB

Text Example


Text Example

White with #BDEAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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