Html Css Color HEX #BDF3FA Onahau

📋 copy color: '#BDF3FA'

red 189 ◦ green 243 ◦ blue 250

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

Shades of Onahau #BDF3FA

Tints of Onahau #BDF3FA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.63%

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

R = 27.71%
G = 35.63%
B = 36.66%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDF3FA (or 0xBDF3FA) is known color: Onahau. HEX triplet: BD, F3 and FA. RGB value is (189,243,250). Sum of RGB (Red+Green+Blue) = 189+243+250=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDF3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3FA is #420C05. Grayscale: #E3E3E3. Windows color (decimal): -4328454 or 16446397. OLE color: 16446397.

HSL color Cylindrical-coordinate representation of color #BDF3FA: hue angle of 186.89º 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 #BDF3FA is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 243 250 -
CMYK 0.24 0.03 0 0.02
HSL 186.89º 0.86% 0.86% -
HSV(B) 186.89º 0.24% 0.98% -
XYZ 70.29 81.82 102.53 -
YUV 227.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 189 243 250 0.24 0.03 0 0.02 186.89 0.86 0.86
Hex BD F3 FA 18 3 0 2 BB 56 56
Octal 275 363 372 30 3 0 2 273 126 126
Binary 10111101 11110011 11111010 11000 11 0 10 10111011 1010110 1010110

Color Harmonies of #BDF3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF3FA

Black with #BDF3FA

Text Example


Text Example

White with #BDF3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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