Html Css Color HEX #BDE3F8 Onahau

📋 copy color: '#BDE3F8'

red 189 ◦ green 227 ◦ blue 248

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

Shades of Onahau #BDE3F8

Tints of Onahau #BDE3F8

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.19%

 BLUE value IS 248 (97.27% from 255) = 37.35%

R = 28.46%
G = 34.19%
B = 37.35%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BDE3F8 (or 0xBDE3F8) is known color: Onahau. HEX triplet: BD, E3 and F8. RGB value is (189,227,248). Sum of RGB (Red+Green+Blue) = 189+227+248=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 227 (89.06% from 255 or 34.19% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDE3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3F8 is #421C07. Grayscale: #D9D9D9. Windows color (decimal): -4332552 or 16311229. OLE color: 16311229.

HSL color Cylindrical-coordinate representation of color #BDE3F8: hue angle of 201.36º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDE3F8 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 227 248 -
CMYK 0.24 0.08 0 0.03
HSL 201.36º 0.81% 0.86% -
HSV(B) 201.36º 0.24% 0.97% -
XYZ 65.4 72.53 99.36 -
YUV 218.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 189 227 248 0.24 0.08 0 0.03 201.36 0.81 0.86
Hex BD E3 F8 18 8 0 3 C9 51 56
Octal 275 343 370 30 10 0 3 311 121 126
Binary 10111101 11100011 11111000 11000 1000 0 11 11001001 1010001 1010110

Color Harmonies of #BDE3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE3F8

Black with #BDE3F8

Text Example


Text Example

White with #BDE3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE3F8; }

 p { color: rgb(189,227,248); }

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

background-color css

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

 a { background-color: rgb(189,227,248); }

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

border-color css

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

 span { border-color: rgb(189,227,248); }

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