Html Css Color HEX #BDEAF3 Onahau

📋 copy color: '#BDEAF3'

red 189 ◦ green 234 ◦ blue 243

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

Shades of Onahau #BDEAF3

Tints of Onahau #BDEAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.49%

R = 28.38%
G = 35.14%
B = 36.49%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDEAF3 (or 0xBDEAF3) is known color: Onahau. HEX triplet: BD, EA and F3. RGB value is (189,234,243). Sum of RGB (Red+Green+Blue) = 189+234+243=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAF3 is #42150C. Grayscale: #DDDDDD. Windows color (decimal): -4330765 or 15985341. OLE color: 15985341.

HSL color Cylindrical-coordinate representation of color #BDEAF3: hue angle of 190º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDEAF3 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 234 243 -
CMYK 0.22 0.04 0 0.05
HSL 190º 0.69% 0.85% -
HSV(B) 190º 0.22% 0.95% -
XYZ 66.59 76.14 95.98 -
YUV 221.57 140.09 104.77 -
System Red Green Blue C M Y K H S L
Decimal 189 234 243 0.22 0.04 0 0.05 190 0.69 0.85
Hex BD EA F3 16 4 0 5 BE 45 55
Octal 275 352 363 26 4 0 5 276 105 125
Binary 10111101 11101010 11110011 10110 100 0 101 10111110 1000101 1010101

Color Harmonies of #BDEAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAF3

Black with #BDEAF3

Text Example


Text Example

White with #BDEAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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