Html Css Color HEX #BDE5FA Onahau

📋 copy color: '#BDE5FA'

red 189 ◦ green 229 ◦ blue 250

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

Shades of Onahau #BDE5FA

Tints of Onahau #BDE5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.28%

 BLUE value IS 250 (98.05% from 255) = 37.43%

R = 28.29%
G = 34.28%
B = 37.43%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDE5FA (or 0xBDE5FA) is known color: Onahau. HEX triplet: BD, E5 and FA. RGB value is (189,229,250). Sum of RGB (Red+Green+Blue) = 189+229+250=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5FA is #421A05. Grayscale: #DBDBDB. Windows color (decimal): -4332038 or 16442813. OLE color: 16442813.

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

Color convert

RGB 189 229 250 -
CMYK 0.24 0.08 0 0.02
HSL 200.66º 0.86% 0.86% -
HSV(B) 200.66º 0.24% 0.98% -
XYZ 66.26 73.76 101.19 -
YUV 219.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 189 229 250 0.24 0.08 0 0.02 200.66 0.86 0.86
Hex BD E5 FA 18 8 0 2 C9 56 56
Octal 275 345 372 30 10 0 2 311 126 126
Binary 10111101 11100101 11111010 11000 1000 0 10 11001001 1010110 1010110

Color Harmonies of #BDE5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE5FA

Black with #BDE5FA

Text Example


Text Example

White with #BDE5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE5FA; }

 p { color: rgb(189,229,250); }

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

background-color css

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

 a { background-color: rgb(189,229,250); }

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

border-color css

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

 span { border-color: rgb(189,229,250); }

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