Html Css Color HEX #BCDFF1 Onahau

📋 copy color: '#BCDFF1'

red 188 ◦ green 223 ◦ blue 241

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

Shades of Onahau #BCDFF1

Tints of Onahau #BCDFF1

RGB

 RED value IS 188 (73.83% from 255) = 28.83%

 GREEN value IS 223 (87.5% from 255) = 34.2%

 BLUE value IS 241 (94.53% from 255) = 36.96%

R = 28.83%
G = 34.2%
B = 36.96%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCDFF1 (or 0xBCDFF1) is known color: Onahau. HEX triplet: BC, DF and F1. RGB value is (188,223,241). Sum of RGB (Red+Green+Blue) = 188+223+241=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFF1 is #43200E. Grayscale: #D6D6D6. Windows color (decimal): -4399119 or 15851452. OLE color: 15851452.

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

Color convert

RGB 188 223 241 -
CMYK 0.22 0.07 0 0.05
HSL 200.38º 0.65% 0.84% -
HSV(B) 200.38º 0.22% 0.95% -
XYZ 63 69.82 93.37 -
YUV 214.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 188 223 241 0.22 0.07 0 0.05 200.38 0.65 0.84
Hex BC DF F1 16 7 0 5 C8 41 54
Octal 274 337 361 26 7 0 5 310 101 124
Binary 10111100 11011111 11110001 10110 111 0 101 11001000 1000001 1010100

Color Harmonies of #BCDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFF1

Black with #BCDFF1

Text Example


Text Example

White with #BCDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFF1; }

 p { color: rgb(188,223,241); }

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

background-color css

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

 a { background-color: rgb(188,223,241); }

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

border-color css

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

 span { border-color: rgb(188,223,241); }

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